使用 artTemplate 渲染数组 artTemplate是不能直接渲染数组的,如若想要使用模板渲染数组;应先将数组转为对象,再渲染; <body> <div id='content2'> < ...